NavigationFinished

An event indicating that the navigation has been finished. This happens when a navigation is committed, aborted, or replaced by a new one.

Properties

Link copied to clipboard

Returns URL of this navigation event.

Functions

Link copied to clipboard
open fun error(): NetError
Returns the navigation error in case the navigation has failed.
Link copied to clipboard
open fun frame(): Frame
Returns the Frame instance initiated this navigation.
Link copied to clipboard
open fun hasCommitted(): Boolean
Returns true if the navigation has committed.
Link copied to clipboard
open fun isErrorPage(): Boolean
Returns true if the navigation resulted in an error page.
Link copied to clipboard
Returns true if the navigation has been performed to a fragment within the same document.
Link copied to clipboard
Returns true if the navigation is taking place in the main frame.
Link copied to clipboard
Returns true if the navigation has been performed in the scope of the same document.
Link copied to clipboard
Returns true if the navigation has encountered a server redirect.
Link copied to clipboard
Returns the Navigation instance initiated this event.
Link copied to clipboard
open fun url(): String
Returns a string that represents the URL of this navigation.